object MPEGConfig_24fpsForm: TMPEGConfig_24fpsForm Left = 262 Top = 137 BorderStyle = bsDialog ClientHeight = 710 ClientWidth = 735 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object OKButton: TButton Left = 6 Top = 9 Width = 74 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKButtonClick end object CancelButton: TButton Left = 6 Top = 38 Width = 74 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object ViewBoxPanel: TPanel Left = 86 Top = 8 Width = 644 Height = 175 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 0 object ViewBox: TDXPaintBox Left = 0 Top = 0 Width = 640 Height = 156 Hint = 'Right click to Popup menu.' AutoStretch = False Center = False KeepAspect = True Stretch = False ViewWidth = 0 ViewHeight = 0 Align = alClient Enabled = False PopupMenu = PopupMenu OnClick = ViewBoxClick OnMouseDown = ViewBoxMouseDown end object DoubleClickLabel: TLabel Left = 240 Top = 80 Width = 179 Height = 12 Caption = 'No video source is selected.' end object VideoScrollBar: TScrollBar Left = 0 Top = 156 Width = 640 Height = 15 Align = alBottom Enabled = False Max = 0 PageSize = 0 PopupMenu = PopupMenu TabOrder = 0 OnChange = VideoScrollBarChange OnScroll = VideoScrollBarScroll end end object Panel2: TPanel Left = 6 Top = 191 Width = 724 Height = 513 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 1 object PreviewBox: TDXPaintBox Left = 0 Top = 14 Width = 720 Height = 480 Hint = 'Right click to Popup menu.' AutoStretch = False Center = True KeepAspect = False Stretch = False ViewWidth = 0 ViewHeight = 0 Align = alClient Enabled = False PopupMenu = PopupMenu OnClick = PreviewBoxClick end object FrameInfoLabel: TLabel Left = 0 Top = 0 Width = 720 Height = 14 Align = alTop AutoSize = False end object VideoScrollBar24fps: TScrollBar Left = 0 Top = 494 Width = 720 Height = 15 Align = alBottom PageSize = 1 PopupMenu = PopupMenu TabOrder = 0 OnChange = VideoScrollBar24fpsChange OnScroll = VideoScrollBar24fpsScroll end end object AutoSearchButton: TButton Left = 6 Top = 73 Width = 74 Height = 25 Caption = 'Auto-setting' Enabled = False TabOrder = 4 OnClick = AutoSearchButtonClick end object ClearButton: TButton Left = 6 Top = 102 Width = 74 Height = 25 Caption = 'Clear' Enabled = False TabOrder = 5 OnClick = ClearButtonClick end object CheckButton: TButton Left = 6 Top = 131 Width = 74 Height = 25 Caption = 'Check' Enabled = False TabOrder = 6 OnClick = CheckButtonClick end object TargetFrameRate: TComboBox Left = 6 Top = 161 Width = 75 Height = 20 Hint = 'Set framerate of target' Style = csDropDownList Enabled = False ItemHeight = 12 TabOrder = 7 OnChange = TargetFrameRateChange end object PopupMenu: TPopupMenu OnPopup = PopupMenuPopup Left = 192 Top = 66 object N7: TMenuItem Caption = 'Enable automatic setting after this frame' OnClick = N7Click end object N9: TMenuItem Caption = 'Deal after this frame according to selected pattern' ShortCut = 16464 OnClick = N9Click end object N6: TMenuItem Caption = 'Clear after this frame' OnClick = N6Click end object N10: TMenuItem Caption = 'Deinterlace since this frame is specified' end object N3: TMenuItem Caption = 'Move to specified frame' object N4: TMenuItem Caption = 'Original' OnClick = N4Click end object N21: TMenuItem Caption = 'After inverse telecine' OnClick = N21Click end end object N8: TMenuItem Caption = '-' end object N1: TMenuItem Caption = 'Deinterlace' end object N17: TMenuItem Caption = 'Output frame' ShortCut = 32 OnClick = N17Click end object N2: TMenuItem Caption = 'Copy frame' ShortCut = 67 OnClick = N2Click end object N13: TMenuItem Caption = '-' end object N5: TMenuItem Caption = 'List of command' object Prior1: TMenuItem Tag = -1 Caption = 'Previous frame' ShortCut = 37 OnClick = Prior1Click end object Next2: TMenuItem Tag = 1 Caption = 'Next frame' ShortCut = 39 OnClick = Prior1Click end object N20: TMenuItem Tag = -2 Caption = 'Move to 1 before previous frame' ShortCut = 8229 OnClick = Prior1Click end object N22: TMenuItem Tag = 2 Caption = 'Move to 1 after next frame' ShortCut = 8231 OnClick = Prior1Click end object Next1: TMenuItem Tag = -1 Caption = 'Move to previous output frame' ShortCut = 16421 OnClick = Next1Click end object N14: TMenuItem Tag = 1 Caption = 'Move to next output frame' ShortCut = 16423 OnClick = Next1Click end object N23: TMenuItem Tag = -2 Caption = 'Move to 1 before previous output frame' ShortCut = 24613 OnClick = Next1Click end object N24: TMenuItem Tag = 2 Caption = 'Move to 1 after next output frame' ShortCut = 24615 OnClick = Next1Click end object N15: TMenuItem Caption = '-' end object N18: TMenuItem Caption = 'Output this frame' ShortCut = 90 OnClick = N18Click end object N19: TMenuItem Caption = 'Do not output this frame' ShortCut = 88 OnClick = N19Click end object N11: TMenuItem Caption = 'Switch deinterlace(previous)' ShortCut = 38 OnClick = N11Click end object N12: TMenuItem Tag = 1 Caption = 'Switch deinterlace(next)' ShortCut = 40 OnClick = N12Click end object N25: TMenuItem Caption = 'Switch deiterlace type (previous)' ShortCut = 16422 OnClick = N25Click end object N26: TMenuItem Tag = 1 Caption = 'Switch deiterlace type (next)' ShortCut = 16424 OnClick = N26Click end object N31: TMenuItem Caption = 'Insert 3:2 pulldown sequence(previous)' ShortCut = 45 OnClick = N31Click end object N321: TMenuItem Tag = 1 Caption = 'Insert 3:2 pulldown sequence(next)' ShortCut = 46 OnClick = N31Click end end object N16: TMenuItem Caption = '-' end object FineZoomViewBox: TMenuItem Caption = 'Reduce thumbnail pictures in high quality' OnClick = FineZoomViewBoxClick end object CalcFlickerPower: TMenuItem Caption = 'Display Flicker power' OnClick = CalcFlickerPowerClick end end object VideoScrollBar24fpsChangeTimer: TTimer Enabled = False Interval = 500 OnTimer = VideoScrollBar24fpsChangeTimerTimer Left = 128 Top = 122 end end